dynamic memory allocation造句
例句与造句
- Study of dynamic memory allocation in os kernel
操作系统内核中动态内存分配机制的研究 - Dynamic memory allocation
动态记忆空间配置 - A dynamic memory allocation method for global stiffness matrix in fem and its application to geotechnical engineering
有限元法中总刚动态存取及其应用 - Such boxing and unboxing operations add performance overhead since they involve dynamic memory allocations and run - time type checks
当他们处于动态内存分配和运行时类型检查,装箱拆箱操作将增加性能消耗。 - Such boxing and unboxing operations add performance overhead since they involve dynamic memory allocations and run - time type checks
这种装箱拆箱的操作,包括在动态内存分配和运行时检查里,增加了性能负担。 - It's difficult to find dynamic memory allocation in a sentence. 用dynamic memory allocation造句挺难的
- By tracking dynamic memory allocation proactively , it is easy to identify unusual consumption patterns pointing to insidious memory leaks - before they cause system crashes
通过主动追踪动态内存分配,可以在引起系统崩溃之前,很容易地识别指向隐伏且不常见的内存泄漏的消耗模式。 - After reboot , sql server 2005 operates in a normal dynamic memory allocation mode , and the available memory is limited to virtual address space or physical memory , whichever is smaller
重新启动后, sql server 2005将在标准动态内存分配模式下运行,其可用内存受虚拟地址空间或物理内存的限制,以较小的值为准。 - Therefore , if throughput and minimizing memory utilization are important non - functional requirements for the application , then consider using a message format that minimizes the amount of parsing time , datatype transformation time , and dynamic memory allocation time
因此,如果对于应用程序来说吞吐量和最小内存占用是重要的非功能性需求,就要考虑使用能够减少解析时间、数据类型转换时间和动态内存分配时间的消息格式。 - Additionally , in the analysis and design phases , the system modeling is accomplished by means of uml . in terms of the process of object - oriented analysis , object - oriented design , and object - oriented programming , the hierarchy analysis of simulation system is carried through based on oos ( object - oriented simulation ) , and the simulation framework design is completed . some key problems brought by the expandability needs , are solved by using the class mechanism , inheritance mechanism , overloading mechanism and dynamic memory allocation such advanced technologies of c + + programming language
此外,运用uml统一建模语言对软件进行分析与设计阶段的系统建模,按照面向对象分析、面向对象设计、面向对象程序设计的步骤,进行了基于oos的仿真系统层次分析,完成了仿真框架设计,并且充分利用面向对象程序设计语言c + +的类机制、继承机制、重载机制和动态内存分配等先进技术解决了软件扩展性要求所带来的几个关键问题。 - Following the architecture description of rtps middleware , two critical implementation issues are carried out : the first , object - oriented multi - threaded architecture . to avoid negative effect brought by the block , and to improve the realtime responsive ability of the system , we decouple the event processing from its transportation ; the second , pooled memory allocationjn order to decrease the time - and - space overhead due to dynamic memory allocation , thus to improve the dynamic performance of the realtime publish - subscribe system and the predictability of runtime end - to - end qos , we adopt the pooled allocation to change many dynamic system calls into one static system call and several user interface calls in fixed time
通过将事件的输送与处理解耦以避免阻塞所带来的影响、改善系统的实时响应能力,通过面向对象的多线程并发以支持异步事件的实时并发处理并获得系统结构上的灵活性;其二,池式内存分配。通过内存池分配方式将客户的大量动态系统调用转化为一次静态系统调用和数次固定时间的用户接口调用以减少动态内存分配的时空开销,从而改善实时发布-订阅系统的动态性能与提高其运行时端对端服务质量的( end - to - endqos )可预测性。 - We first give an analysis of the whole system and its requests for memory management then we design and implement the memory management strategies of rtos for this chip , including the paged virtual memory management mechanism without swap , the memory protection , the memory sharing and the static / dynamic memory allocation mechanism . chapter 4 describes the simulation method of the memory management strategies implemented in the previous chapter , then we analyse the results of the simulation
首先对系统进行了分析,得到其对操作系统的存储管理的具体要求,然后针对上面提出的需求,设计并实现了相应的存储管理策略,包括分页不交换的虚拟存储机制、存储保护、存储共享以及内存的静态动态分配机制,最后介绍了在本系统研究和实现过程中用到的几个工具软件。